home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / utility / 603 / mtv2raw / mtv2raw.txt < prev   
Text File  |  1992-04-29  |  3KB  |  69 lines

  1. MTV2RAW         100% Freeware!
  2. Copyright 1992 Jonathan E. Roy
  3.  
  4.    MTV2RAW is a simple program that will convert between RayShade's MTV
  5. format (And other programs that output MTV) and QRT's RAW format. This
  6. is useful because the post-processors for QRT are more powerful than
  7. for RayShade. Converting an MTV file to RAW format allows you to then
  8. convert the file to Targa, Spectrum 512, or other format2. Otherwise,
  9. you can't decently view your RayShade renderings. 
  10.  
  11.    When you run the program you can select either MTV -> RAW or RAW ->
  12. MTV conversion. Then, type in the names of the input/output files (with
  13. full pathnames), and the program will convert the file for you. If the
  14. file already exists, you'll be asked if you want to delete it. MTV2RAW
  15. cannot, yet, support wildcards for multiple conversions. 
  16.  
  17. Included in this archive:
  18. -  MTV2RAW.TOS    executable program
  19. -  MTV2RAW.TXT    this file
  20.  
  21. Revision History
  22.  
  23. 1.00 - April 30th 1992
  24. ----------------------
  25.  
  26. This is the first version of MTV2RAW. I've tested it on both RAW and
  27. MTV files, and haven't noticed any problems. Make sure you have at
  28. least 15K free when you run the program (grin) and have enough free
  29. disk space in the destination directory equal to the input file. (They
  30. will be almost the same size.) Future versions may offer GEM and a file
  31. selector (once I learn how).
  32.  
  33.  
  34. Technical Notes:
  35. ----------------
  36.  
  37.    QRT's RAW format is as follows (from the QRT documentation):
  38.  
  39.           "<xres> <yres>[lf]"   The X and Y resolution of  the  file,  as
  40.                                 ASCII strings seperated by a  space,  and
  41.                                 terminated with a linefeed (chr$(10)).
  42.           <r><g><b>             One byte each of red, green, and blue for
  43.                                 each pixel.   The bytes are in the  range
  44.                                 of  0  to 255,  proving a 24  bit  colour
  45.                                 resolution (16 million colours).
  46.  
  47.    The difference between this and the MTV format is simply a [cr]
  48. before the [lf]. MTV2RAW removes or inserts this byte depending on the
  49. command you choose. You can also do this manually with a text editor
  50. like EdHack.
  51.  
  52.  
  53. Thanks!
  54. -------
  55.  
  56.    Thanks go to John Eidsvoog and Doug Livingston at the
  57. CodeHeadQuarters BBS for thier assitance in debugging this program.
  58. Thanks also go to Chet @ Wizworks, and all the others I can't think of
  59. on GEnie who gave me tips and advice on file handling. Finally, thanks
  60. go to Clayton Walnum for writing The ST Assembly Workshop Voulme One
  61. that I learned assembly from. If you have any problems with this
  62. program, please contact me! Suggestions are, of course, gladly accepted.
  63.  
  64.   Jonathan Roy
  65.   9821 113th St. N. #103
  66.   Seminole, FL 34642
  67.   GEnie: J.ROY18
  68.   Internet: as666@cleveland.free.edu
  69.